public static InstallationSpace Create( Project oProject, string strName, List<Placement3D> listOfAdditionalObjects )
public: static InstallationSpace^ Create( Project^ oProject, String^ strName, List<Placement3D^>^ listOfAdditionalObjects )
Parameters
- oProject
- Project to which this object will be assign. Can't be null.
- strName
- Name which is set to InstallationSpace after creation. Can't be null or have zero length.
- listOfAdditionalObjects
- list, that will be filled by additional created objects. may be null
Return Value
The created Installation space.